SftTree/NET 2.0

LastChild Property, ItemClass Class

Softel vdm, Inc.

Returns the item's last dependent.

Syntax      ItemClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property LastChild As ItemClass

C#   

public ItemClass LastChild { get; }

C++   

public: property ItemClass^ LastChild {
        ItemClass^ get();
}

Property Value

The last child or null/Nothing if the item has no child items.

Comments

The LastChild property returns the item's last dependent.

LastChild returns an item's last direct child item, LastDependent returns the last direct or indirect child item.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com